home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / man / rlesplit.man < prev    next >
Text File  |  1994-04-01  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. RLESPLIT(1)                                           RLESPLIT(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rlesplit  -  split  a file of concatenated RLE images into
  9.        separate image files
  10.  
  11. SSYYNNOOPPSSIISS
  12.        rrlleesspplliitt [ --nn _n_u_m_b_e_r [ _d_i_g_i_t_s ] ] [ --oo _p_r_e_f_i_x ] [ _i_n_f_i_l_e ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This  program  will split a file containing a concatenated
  16.        sequence of _R_L_E(5) images into separate files,  each  con­
  17.        taining  a  single  image.   The output file names will be
  18.        constructed from the input file name or a  specified  pre­
  19.        fix,  and a sequence number.  If an input _i_n_f_i_l_e is speci­
  20.        fied, then the output file  names  will  be  in  the  form
  21.        "_r_l_e_f_i_l_e_r_o_o_t._#.rle",  where _r_l_e_f_i_l_e_r_o_o_t is _i_n_f_i_l_e with any
  22.        ".rle" suffix stripped off.  If the option  --oo  _p_r_e_f_i_x  is
  23.        specified,  then the output file names will be of the form
  24.        "_p_r_e_f_i_x._#.rle".  If neither option is given, then the out­
  25.        put file names will be in the form "_#.rle".  Input will be
  26.        read from _i_n_f_i_l_e if specified, from standard input, other­
  27.        wise.   File  names  will be printed on the standard error
  28.        output as they are generated.
  29.  
  30.        The option --nn allows specification of an initial  sequence
  31.        number,  and  optionally the number of digits used for the
  32.        sequence number.  By default, numbering starts at  1,  and
  33.        numbers are printed with 3 digits (and leading zeros).
  34.  
  35. SSEEEE AALLSSOO
  36.        _r_l_e_s_e_l_e_c_t(1), _u_r_t(1), _R_L_E(5).
  37.  
  38. AAUUTTHHOORR
  39.        Spencer W. Thomas
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. 1                          May 12, 1987                         1
  65.  
  66.  
  67.